GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf Files using Java....Viewer Product Solution GroupDocs...differences between source and target files across paragraph, word, and...
This topic will guide you on how to perform faceted search using Java. You’ll find code to create faceted search in Java without the need for any additional tools....Viewer Product Family GroupDocs.Comparison...such as categories, dates, or file types. After reading this article...
Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....Viewer Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...
This article explains how to save document with password protection....Viewer Product Solution GroupDocs...false ); // sign document to file signature . sign ( "SignedProtected...
The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....Viewer Product Solution GroupDocs...affecting the meaning of the PDF file. The crop box defines the region...
Learn more about advanced document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for Java...Viewer Product Solution GroupDocs...detection algorithm and output file creation by setting the class...
The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Viewer Product Solution GroupDocs...// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...
For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature.
Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties
try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Viewer Product Solution GroupDocs...package Use the method to obtain file format information advanced_usage...
The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for Java....Viewer Product Solution GroupDocs...// Add annotation and save to file annotator . add ( ellipse );...
The page describes how to add text redaction annotation to a document using GroupDocs.Annotation for Java....Viewer Product Solution GroupDocs...// Add annotation and save to file annotator . add ( textRedaction...